﻿@charset "utf-8";
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 12px;
    background-color: #FFF
}

a {
    transition: all 0s;
    color: #666;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #3c82d9
}

img {
    border: 0
}

input, textarea, button {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], input[type=radio] {
    cursor: pointer;
    outline: 0
}

input[type=radio], input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px
}

input[type=text], input[type=email], input[type=date], input[type=password], textarea {
    padding: 0;
    outline: 0
}

ul li {
    list-style: none
}

em, i {
    font-style: normal;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.vcenter2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.clearFix {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    *zoom: 1;
}

.clearFix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

/*html,body{ min-width:1400px;}*/
.donN_header, .donN_pro, .donN_news, .pro_container, .hon_container, .about_container, .contact_container, .news_container, .newsDetail_container, .proDetail_container, .jobs_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.donN_bg, .donN_hon, .pro_bg, .honour_bg, .about_bg, .contact_bg, .news_bg, .jobs_bg, .newsDetail_bg, .proDetail_bg {
    width: 100%;
    height: 100%;
}

/* header */
.donN_header, .donN_pro {
    max-width: 1200px;
}

/*.donN_topHeader {}*/

/*公共部分*/
header, .donN_bg {
    width: 100%;
    height: 129px; /*position:fixed; left:0; top:0;*/
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

.donN_bg {
    position: relative;
    height: 53px;
    padding: 0;
    background: url(../images/donN_bg.jpg) no-repeat;
}

header .logo {
    float: left;
    width: 308px;
    margin: 36px 0px 20px 0;
}

header .logo a {
    display: block;
    overflow: hidden;
}

header .logo img, header nav, .donN_search {
    float: left;
}

.donN_search {
    float: right;
    margin: 47px 0px 0;
}

.donN_search form {
    position: relative;
    width: 363px;
}

.donN_search input {
    float: left;
    display: block;
    width: 327px;
    height: 33px;
    line-height: 33px;
    background: #eee;
    color: #b3b3b3;
    border: 1px solid #313131;
    padding: 0 10px;
}

.donN_search button {
    float: right;
    width: 36px;
    height: 33px;
    border: 0px;
    background: transparent;
    background: url(../images/submit.png) no-repeat #00387e center center;
    cursor: pointer;
}

.donN_search span {
    display: inline-block;
    margin: 10px 0 20px;
    color: #bebebe;
    font-size: 15px;
}

.donN_pro {
    height: 53px;
    -moz-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0s;

}

.sup_skinny {
    position: fixed;
    top: 0;
    -moz-transition: all .6s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .6s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
    transition: all .6s cubic-bezier(.23, 1, .32, 1);
    background-color: #fff;
}

.donN_navList {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    height: 500px;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1000000;
}

.donN_navList li {
    overflow: hidden;
}

.donN_banner {
    float: right;
    overflow: hidden;
}

.donN_banner a, .donN_pro span {
    display: block;
    float: left;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    color: #00387e;
    padding: 0 15px;
    font-weight: 800;
}

.donN_banner a:hover, .donN_banner a.navCur {
    background: #00387e;
    color: #fff;
}

.donN_pro span {
    width: 240px;
    padding-right: 45px;
    background: url(../images/icon.png) no-repeat #00387e;
    background-position: 195px -31px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.donN_bannerImg {
    height: 550px;
    overflow: hidden;
    background: url(../images/donN_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

/*box-shadow: 0 2px 10px rgba(0,0,0,.13);*/

/* footer */
footer, .donN_ulOne, .donN_ulTwo {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
}

.donN_ulOne, .donN_ulTwo {
    border-bottom: 1px solid #4f4f4f;
}

footer {
    width: 100%;
    background: #323335;
    font-size: 14px;
    padding: 20px 0;
}

footer .donN_footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.donN_footerL {
    float: left;
    width: 71%;
}

.donN_ulOne li a, .donN_ulTwo li a {
    display: block;
    float: left;
    padding: 0 25px;
    margin: 10px 0;
    color: #ffffff;
}

.donN_ulTwo li a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.donN_ulTwo li a i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/icon.png) no-repeat;
}

.donN_ulTwo i.donN_tel {
    background-position: 0 -702px;
}

.donN_ulTwo i.donN_email {
    background-position: 0 -750px;
}

.donN_ulTwo i.donN_address {
    background-position: 0 -807px;
}

.donN_footerL span, .donN_footerL p {
    display: block;
    float: left;
    padding-top: 20px;
}

.donN_footerL p {
    float: right;
}

.donN_footerR {
    float: left;
    color: #fff;
    margin-left: 120px;
    text-align: center;
}

.donN_footerR img {
    display: block;
    width: 100px;
    border: 10px solid #fff;
    border-radius: 7px;
}

.donN_footerR figcaption {
    padding-top: 10px;
}

.wrap{
    max-width: 1200px;
    margin: 0 auto;
}
 #menu-pc{
    width:100%;
    height:53px;
    background-color:#fff;

    position:relative;
     background: url(../images/donN_bg.jpg) center center no-repeat;
}
 #menu-pc #promenu{
    float:left;
    width:314px;
    height:53px;
}
 #menu-pc #promenu .probtn{
    display:block;
    width:314px;
    height:53px;
    line-height:53px;
    color:#fff;
    font-size:16px;

     text-align: center;
    background:#00387e;
    position:relative;
}
.icon,.icon:after,.icon:before {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
}
.hamburger {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10000;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    width: 42px;
    height: 42px;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.icon {
    position: relative;
    margin-top: 9px;
}
.icon,.icon:after,.icon:before {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition-duration: .4s;
    -webkit-transition-property: background-color,-webkit-transform;
    -moz-transition-property: background-color,-moz-transform;
    -o-transition-property: background-color,-o-transform;
    transition-property: background-color,transform;
}
.icon:after,.icon:before {
    position: absolute;
    content: "";
}
.icon:before {
    top: -6px;
}
.icon:after {
    top: 6px;
}
.hamburger.active .icon {
    background-color: transparent;
}
.hamburger.active .icon:after,.hamburger.active .icon:before {
    background-color: #fff;
}
.hamburger.active .icon:before {
    -webkit-transform: translateY(6px)rotate(45deg);
    -moz-transform: translateY(6px)rotate(45deg);
    transform: translateY(6px)rotate(45deg);
    -ms-transform: translateY(6px)rotate(45deg);
}
.hamburger.active .icon:after {
    -webkit-transform: translateY(-6px)rotate(-45deg);
    -moz-transform: translateY(-6px)rotate(-45deg);
    transform: translateY(-6px)rotate(-45deg);
    -ms-transform: translateY(-6px)rotate(-45deg);
}
 .pmenucon{
    display:none;
    width:100%;
    height:auto;
    padding:25px 0;
    background-color:rgba(255,255,255,0.9);
    border-top:1px solid #eee;
    opacity:0;
    position:absolute;
    left:0px;
    top:70px;
    z-index:999;
    transition:all ease-out .3s;
}
 .pmenucon.cur{
    top:53px;
    opacity:1;
}
 .pmenucon dl{
    float:left;
    width:16%;
    margin:0 2% 15px 2%;
    overflow:hidden;
}
 .pmenucon dl:nth-child(6n){
    clear:both;
}
 .pmenucon dl a{
    display:block;
}
 .pmenucon dl dt{
    height:30px;
    line-height:30px;
    color:#00387e;
    margin-bottom:10px;
}
 .pmenucon dl dt a{
    color:#00387e;
    border-bottom:2px solid #00387e;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;	}
 .pmenucon dl dt a:hover{
    color:#3c82d9;
    border-bottom:2px solid #3c82d9;
}
 .pmenucon dl dd{
    line-height:24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#menu{
    float:right;
}
#menu > li{
    float:left;
    width:120px;
    height:53px;
    position:relative;
}
#menu > li > a{
    display:block;
    width:120px;
    height:53px;
    line-height:53px;
    color:#00387e;
    font-size:16px;
    text-align:center;
    position:relative;
    z-index:9;
    font-weight: bold;
}
#menu li.cur > a{
    color:#fff;
}
#menu > li .bg{
    width:0px;
    height:0px;
    background-color:#00387e;
    position:absolute;
    top:50%;
    left:50%;
    z-index:8;
    transition:all ease-out .1s;
}
#menu li.cur .bg{
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#menu .submenu{
    display:none;
    width:120px;
    position:absolute;
    left:0px;
    top:70px;
    z-index:999;
    opacity:0;
    transition:all ease-out .3s;
}
#menu .sub-a{
    top:53px;
    opacity:1;
}
#menu .submenu li a{
    display:block;
    width:120px;
    height:42px;
    line-height:42px;
    text-align:center;
    background-color:rgba(255,255,255,0.7);
    border-bottom:1px solid #ddd;
}
#menu .submenu li a:hover{
    background-color:rgba(255,255,255,1);
}
.banner{
    width:100%;
    height:atuo;
    overflow:hidden;
    position:relative;
}
.banner .swiper-slide{
    height:100%;
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.banner .swiper-slide.xs{
    display:none;
}

.banner .swiper-slide img{
    width:100%;
    height:auto;
}
.banner .swiper-pagination{
    width:100% !important;
    height:20px !important;
    bottom:40px !important;
}
.banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right:10px;
    border:2px solid #fff;
    border-radius:100%;
}
.banner .swiper-pagination-bullet-active{
    background-color:red;
    opacity: 1;
}


#Cooperation{
    padding:60px 0;
}
#Cooperation .tit{
    font-size: 36px;
    text-align: center;
}
#Cooperation .tit p.en{
    font-size: 14px;
    color: #a7a7a7;
}

#Cooperation .word{
    font-size: 16px;
    color: #171111;
    text-align: center;
    margin-top: 5px;
}

.picScroll-left{  position:relative;  }
.picScroll-left .hd{  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:38px; height:37px;
    cursor:pointer;position: absolute; }
.picScroll-left .hd .prev{
   background: url(../images/prev.jpg) center center no-repeat;
    top: 35px;
    left:-50px;
}
.picScroll-left .hd .next{
    background: url(../images/next.jpg) center center no-repeat;
    top: 35px;
    right:-50px;
}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;   margin-top: 35px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;
     }
.picScroll-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:158px; height:88px; display:block;   border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }

#about{
    padding:57px 0 87px;
    background: url(../images/about.jpg) center center no-repeat;
    height: 763px;
}

#about .tit{
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}
#about .tit p.en{
    font-size: 14px;
    color: #a7a7a7;
}

#about .word{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
#about .content{
    margin-top: 53px;
}
#about .aboutl{
    width: 470px;
    padding:37px 0 0 54px;
    height: 468px;
    background: url(../images/aboutl.jpg) center center no-repeat;
    float: left;
}
#about .aboutl .fz30{
    font-size: 30px;
    color: #292929;
}
#about .aboutl .word2{
    font-size: 15px;
    color: #4f4e4e;
    width: 75%;
    margin-top: 10px;
}
#about .aboutl .more{
    width: 165px;
    height: 34px;
    line-height: 34px;
    display: block;
    border: 1px solid #6e777d;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 30px;
    background: url(../images/jia.png) 130px center no-repeat;
}
#about .aboutr{
    float: right;
}
#about .aboutr .honor{
    background: url(../images/honor.jpg) center center no-repeat;
    width: 700px;
    height: 219px;
}
#about .aboutr .fz{
    width: 320px;
    height: 249px;
    float: left;
    background: url(../images/fz.jpg) center center no-repeat;
}
#about .aboutr .qy{
    width: 380px;
    height: 249px;
    float: right;
    background: url(../images/qy.jpg) center center no-repeat;
}

#product {
    background: white;
    padding: 40px 0 81px; }
#product .tit {
    font-size: 36px;
    text-align: center; }
#product .tit .en {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #9c9c9c; }
#product .container {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
#product .container .column {
    margin: 26px auto 0;
    text-align: center; }
#product .container .column a {
    display: inline-block;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    padding: 0 47px;
    font-size: 16px;
    margin-right: -5px;
    border-radius: 2px; }
#product .container .column a.all {
    padding: 0 31px;
    background: #004795;
    color: white; }
.products {
    width: 95%;
    margin: 0px auto 0; }
.products>ul>li {
    width: 30.888%;
    margin-right: 2.4465%;
    background: #f0f0f0;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);

}
.products>ul>li a {
    display: block;
    text-align: center;
    line-height: 1; }
.products>ul>li a .img {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%; }
.products>ul>li a .img p {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -230px;
    width: 100%;
    height: 100%;
    background: #004795;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
.products>ul>li a .img img {
    max-width: 90%;
    max-height: 227px; }
.products>ul>li a .name {
    font-size: 14px;
    padding-top: 7%;
    padding-bottom: 5%;
    margin: 0 auto;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.products>ul>li a .righttop {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/righttop.png) no-repeat;
    z-index: 3; }
.products>ul>li a .s1 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%); }
.products>ul>li a .s1 img {
    width: 85px;
    height: 75px;
    max-width: 100%; }
.products>ul>li a .s2 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 400px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #FFF; }
#product {
    background: white;
    padding: 40px 0 81px; }
#product .tit {
    font-size: 36px;
    text-align: center; }
#product .tit .en {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #9c9c9c; }
#product .container {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
#product .container .column {
    margin: 26px auto 0;
    text-align: center; }
#product .container .column a {
    display: inline-block;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    padding: 0 47px;
    font-size: 16px;
    margin-right: -5px;
    border-radius: 2px; }
#product .container .column a.all {
    padding: 0 31px;
    background: #004795;
    color: white; }
#product .content {
    width: 82.8125%;
    margin: 34px auto 0; }
#product .content ul li {
    width: 23.8993%;
    margin-right: 1.4465%;
    background: #f0f0f0;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);

}
#product .content ul li a {
    display: block;
    text-align: center;
    line-height: 1; }
#product .content ul li a .img {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%; }
#product .content ul li a .img p {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -230px;
    width: 100%;
    height: 100%;
    background: #004795;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
#product .content ul li a .img img {
    max-width: 90%;
    max-height: 227px; }
#product .content ul li a .name {
    font-size: 14px;
    padding-top: 7%;
    padding-bottom: 5%;
    margin: 0 auto;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
#product .content ul li a .righttop {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/righttop.png) no-repeat;
    z-index: 3; }
#product .content ul li a .s1 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%); }
#product .content ul li a .s1 img {
    width: 85px;
    height: 75px;
    max-width: 100%; }
#product .content ul li a .s2 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 400px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #FFF; }

#nyslide {
    width: 100%;
    overflow: hidden;
}

#nyslide img {
    width: 100%;
    -webkit-animation: imageAnimation 84s linear 0s;
    animation: imageAnimation 4s linear 0s;
}
#nyslide .container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.donN_search2 {
    float: right;
    margin: 47px 0px 0;
    position: absolute;
    bottom: 73px;
    left: 0px;
}

.donN_search2 form {
    position: relative;
    width: 363px;
}

.donN_search2 input {
    float: left;
    display: block;
    width: 327px;
    height: 33px;
    line-height: 33px;
    background: #eee;
    color: #b3b3b3;
    border: 1px solid #313131;
    padding: 0 10px;
}

.donN_search2 button {
    float: right;
    width: 36px;
    height: 33px;
    border: 0px;
    background: transparent;
    background: url(../images/submit.png) no-repeat #00387e center center;
    cursor: pointer;
}

.donN_search2 span {
    display: inline-block;
    margin: 10px 0 20px;
    color: #bebebe;
    font-size: 15px;
}
.mbx{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.mbx .hot{
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #777777;

}
.mbx .hot a{
    display: inline-block;
    padding:0 7px;
}
.mbx .position{
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 55px;
    background: url(../images/home.png) left center no-repeat;
}
#nytop{
    background: url(../images/nyprotop.jpg) bottom center no-repeat;
    width: 100%;
    padding:85px 0;
}
#nytop .nytop-tit{
    text-align: center;
    font-size: 36px;
}
#nytop .nytop-tit .en {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #9c9c9c;
    text-transform: uppercase;
}

#nytop2{
    background: url(../images/nyprotop.jpg) center center no-repeat;
    width: 100%;
    padding:45px 0;
}
#nytop2 .nytop-tit{
    text-align: center;
    font-size: 36px;
}
#nytop2 .nytop-tit .en {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #9c9c9c;
   text-transform: uppercase;
}
#nytop2 .nytop-tit .word{
    font-size: 16px;
    color: #171111;
    text-align: center;
    margin-top: 5px;
}

#main-pro{
    padding-bottom: 100px;
    background: #f6f6f6;
}
#main-pro .container{
    width: 1200px;
    margin: 0 auto;
}
.col-xs-3 {
    width: 259px;
    float: left;
}
.col-xs-9 {
    width: 75%;
    float: right;
}
.container .category-products .categroy {
    padding-bottom: 40px;
    background: url("../images/category-bg.png") no-repeat top right #023e89; }
.container .category-products .categroy .title {
    padding: 30px 30px 10px 30px;
    background: url(../images/prolefttit.jpg)  center center no-repeat;
    height: 92px;
    color: #fff; }
.container .category-products .categroy .title h3 {
    position: relative;
    overflow: hidden;
    height: 18px;
    font-size: 20px;
    line-height: 18px; }
.container .category-products .categroy .title h3 .icon-jiugongge {
    display: block;
    float: left;
    padding-right: 5px;
    line-height: 20px; }
.container .category-products .categroy .title span {
    display: block;
    margin-top: 5px;
    color: #a4b8cd;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: 18px; }
.container .category-products .categroy ul.category-nav {
    display: block;
    width: 100%;
    color: #fff; }
.container .category-products .categroy ul.category-nav a {
    color: #fff; }
.container .category-products .categroy ul.category-nav a:hover {
    color: rgba(255, 255, 255, 0.8); }
.container .category-products .categroy ul.category-nav>li {
    display: block;
    padding: 5px 10px;
    width: 100%;
    background: url(../images/prolibg.png) bottom center repeat-x;}
.container .category-products .categroy ul.category-nav li span {
    display: inline-table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
.container .category-products .categroy ul.category-nav li a {
    display: block;
    font-size: 18px; }
.container .category-products .categroy ul.category-nav li a.item {
    padding: 5px; }
.container .category-products .categroy ul.category-nav li a.active,.container .category-products .categroy ul.category-nav li a.on {
    color: #333333;
    font-weight: bold;
    background-color: #fff; }
.container .category-products .categroy ul.category-nav li a.active span,.container .category-products .categroy ul.category-nav li a.on span {
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #d04a2d;
    border-radius: 50%; }
.container .category-products .categroy ul.category-nav li .sub-nav {
    padding-left: 20px;
    background-color: #fff;
    display: none;
}
.container .category-products .categroy ul.category-nav li .sub-nav>li {
    padding: 0 0 0px 0px;
    border: none; }
.container .category-products .categroy ul.category-nav li .sub-nav li a {
    color: #333333;
    padding:10px;
    font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.container .category-products .categroy ul.category-nav li .sub-nav li a:hover {
    color: #025891; }
.container .category-products .categroy ul.category-nav li .sub-nav2{
    padding-left: 20px;
    background-color: #fff;
    display: none;
}
.container .category-products .categroy ul.category-nav li .sub-nav2 li a{
    padding: 5px;
}
.container .category-products .products .detail h1 {
    display: block;
    font-size: 25px;
    line-height: 100px;
    text-align: center;

    border-bottom: #efefef 1px solid; }
.container .category-products .products .detail .images {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: #efefef 1px solid;
}
.container .category-products .products .detail .images .big {
    position: relative;
    height: 410px;
    background-color: #e3e3e3; }
.container .category-products .products .detail .images .thumb {
    position: relative;
    overflow: hidden;
    height: 410px; }
.container .category-products .products .detail .images .thumb ul {
    display: block;
    height: 430px; }
.container .category-products .products .detail .images .thumb ul li {
    display: block;
    margin-bottom: 15px;
    height: 70px;
    background-color: #e3e3e3; }
.container .category-products .products .detail .content {
    margin-top: 30px;
    font-size: 16px;
}
.container .category-products .products .detail .content p>span>img,.container .category-products .products .detail .content p>img{
    max-width: 100%;
}
.container .page {
    text-align: center; }
/*.container .page .pagination li a {*/
    /*margin: 0 5px;*/
    /*padding: 6px 15px;*/
    /*font-size: 16px;*/
    /*border-radius: 5px; }*/
#ifocus {
    width: 700px;
    margin-bottom: 7px;
}

#ifocus_pic {
    display: inline;
    position: relative;
    float: left;
    width: 340px;
    height: 340px;
    overflow: hidden;
}

#ifocus_piclist li {
    width: 340px;
    height: 340px;
    overflow: hidden;
}

#ifocus_piclist img {
    max-width: 340px;
    max-height: 340px;
}

#ifocus_btn {
    display: inline;
    float: right;
    margin-top: 9px;
    padding-right: 5px;
}

#ifocus_btn li {
    margin-bottom: 5px;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#ifocus_btn img {
    width: 60px;
    height: 60px;

}

#ifocus_btn .on {
    background: url(images/ifocus_btn_bg.gif) no-repeat;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #efefef;
}

#ifocus_opdiv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 340px;
    height: 35px;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#ifocus_tx {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #FFF;
}

#ifocus_tx ul li {
    display: none;
}

#ifocus_tx ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#main-page .container{
    width: 1200px;
    margin: 0 auto 100px;
    font-size: 16px;
    line-height: 25px;
}
#main-page .container p>span>img,#main-page .container p>img{
    max-width: 100%;
}

.honor-box1 { width: 100%; min-height: 500px; }
.honor-box1 .honor { width: 100%; padding: 0px 0; }
.honor-box1 .honor li { width: 20%; height: 231px; float: left; font-size: 14px; text-align: center; }
.honor-box1 .honor li a { display: block; height: 231px; border: 1px #E6E6E6 solid; padding: 25px 0; margin-left: -1px; position: relative; overflow: hidden; }
.honor-box1 .honor li a .img { display: block; width: 80%; height: 150px; text-align: center; margin: 0 auto 10px; }
.honor-box1 .honor li a .img span { height: 100%; display: inline-block; vertical-align: middle; }
.honor-box1 .honor li a .img img { max-height: 150px; max-width: 80%; vertical-align: middle; }
.honor-box1 .honor li .img p { position: absolute; z-index: 1; left: 0; top: -230px; width: 100%; height: 100%; background: #025891; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.honor-box1 .honor li a .s1 { display: block; position: absolute; z-index: 2; left: 50%; top: 230px; margin-left: -32px; }
.honor-box1 .honor li a .s1 img { width: 63px; height: 63px; max-width: 100%; }
.honor-box1 .honor li a .s2 { display: block; position: absolute; z-index: 2; left: 0; top: 400px; width: 100%; font-size: 14px; text-align: center; color: #FFF; }


.news-list { width: 1090px; height: 200px; margin: 20px auto 0 auto; position: relative; }
.news-list a { display: block; background: #fff; padding: 20px; height: 200px; transition: all 0.3s;background: rgba(255,255,255,.8); box-shadow: 3px 3px 20px rgba(0,0,0,.12); }
.news-list a:hover {  }
.news-list a .img { width: 235px; height: 160px; background: #eee; float: left; }
.news-list a .img img { width: 100%; height: 100%; }
.news-list a .cons { width: 796px; float: right; }
.news-list a .title { display: block; font-size: 16px; padding: 8px 0 0 0; color: #00387e; }
.news-list a .time { display: block; color: #999; padding: 6px 0 13px 0; border-bottom: 1px solid #eee; }
.news-list a .con { display: block; color: #999; font-size: 13px; padding: 12px 0 0 0; line-height: 190%; }
.news-list a .con { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-list a .more { display: inline-block; background: url(../images/more.png) no-repeat 70px center; width: 70px; height: 26px; line-height: 26px; border: 0px none; color: #ccc; position: absolute; right: 5px; bottom: 15px;
    font-size: 12px; }

h1.newstitle { text-align: center; font-size: 42px; padding: 0; margin: 0; display: block; margin-top: 80px; color: #009A44; }
h1.newstitle { font-size: 26px; color: #464646; }
.info { text-align: center; padding: 20px 0 30px 0; color: #888; }
.news-content { line-height: 180%; font-size: 13px; width: 1050px; margin: auto; padding: 20px; color: #666; }
.news-content p { margin-bottom: 16px; }
.nextprev { width: 1050px; padding: 20px; margin: auto; background: #fff; margin-bottom: 80px; }
.nextprev div:last-child { padding-top: 8px; }
.news-content p>span>img,.news-content p>img{
    max-width: 100%;
}

.order-box1 { width: 100%; min-height: 500px; }
.order-box1 .order-h1 {padding: 0px 0 50px;font-size: 16px;line-height: 20px;padding-left: 10px;}
.order-box1 .order-form {  min-height: 650px; background: url(../images/order_bg.jpg) no-repeat right top; }
.order-box1 .order-form-box { width: 100%; padding-bottom: 100px; }
.order-box1 .order-form-left { float: left; width: 200px; }
.order-box1 .order-form-left div { width: 130px; height: 128px; padding: 0 15px; color: #FFF; text-transform: uppercase; font: bold 14px Arial; background: url(../images/order_form_left_bg.jpg) #00387e no-repeat right top; }
.order-box1 .order-form-left hr { width: 30px; height: 4px; border: 0 none; background-color: #FFF; display: block; margin: 3px 0 10px; }
.order-box1 .order-form-left h3 { font: bold 24px "Microsoft YaHei"; padding-top: 25px; }

.order-box1 .order-form-right { float: right; width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); width: calc(100% - 200px); }
.pro_con { margin-top: 20px; width: 90%; }
.con_text, .con_select { width: 47%; float: left; height: 40px; line-height: 40px; border: 1px solid #e6e6e6; position: relative; background: #fff; margin-bottom: 20px; }
.con_text_add { width: 100%; }
.con_text .placeholder { text-indent: 15px; }
.con_text .text1 { width: 100%; text-indent: 20px;font-family: "Microsoft Yahei"; }
.con_text { height: 40px; line-height: 40px; }
.con_textarea { width: 100%; height: 133px; float: left; line-height: 25px; border: 1px solid #e6e6e6; position: relative; background: #fff; margin-bottom: 20px; }
.con_textarea .placeholder { top: 10px;/*width: 120px;*/ }
.con_text .textarea { width: 98%; height: 100%; border: none; background: none; text-indent: 0; font-size: 16px; color: #999; padding: 0 2%; }
.con_text2 { border: none; }
.modify_con_text { padding-left: 110px; }
.modify_appellation { width: 110px; margin-left: -110px; color: #666; font-size: 16px; }


.modify_appellation i { padding-right: 10px; color: #ec0000; font-size: 13px; font-style: normal; }
.modify_con_text .text1 { border: 1px solid #e6e6e6; text-indent: 10px; height: 36px; line-height: 36px; font-size: 15px; }
.modify_con_text select.text1 { opacity: 1; background: none; text-indent: 5px; }
.modify_con_text textarea.text1 { text-indent: 0; padding: 0 1%; height: 130px; line-height: 24px; }
.con_btn { width: 90%; }
.con_btn input { width: 125px; height: 35px; line-height: 35px; text-align: center; border: none; font-size: 14px; color: #fff; display: block; margin: 0 auto; }
.con_btn .btn1 { background: #025891;    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

.download-box1 { width: 100%; min-height: 500px; }
.download-box1 .download { width: 100%; padding: 0px 0; }
.download-box1 .download li { width: 20%; height: 231px; float: left; font-size: 14px; text-align: center; }
.download-box1 .download li a { display: block; height: auto; border: 1px #E6E6E6 solid; padding: 25px 0; margin-left: -1px; position: relative; overflow: hidden; }
.download-box1 .download li a .icon2 { display: block; width: 80%; height: 150px; margin: 0 auto 10px; background: url(../images/download_icon.png) #E5E5E5 no-repeat center top; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
.download-box1 .download li a p { position: absolute; z-index: 1; left: 0; top: -230px; width: 100%; height: 100%; background: #004795; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.download-box1 .download li a .s1 { display: block; position: absolute; z-index: 2; left: 50%; top: 230px; margin-left: -32px; }
.download-box1 .download li a .s1 img { width: 63px; height: 63px; max-width: 100%; }
.download-box1 .download li a .s2 { display: block; position: absolute; z-index: 2; left: 0; top: 400px; width: 100%; font-size: 14px; text-align: center; color: #FFF; }
.download-box1 .download li a:hover .icon2 { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.picScroll-left2{  position:relative;  }
.picScroll-left2 .hd{  }
.picScroll-left2 .hd .prev,.picScroll-left2 .hd .next{ display:block;  width:38px; height:37px;
    cursor:pointer;position: absolute; }
.picScroll-left2 .hd .prev{
    background: url(../images/prev.jpg) center center no-repeat;
    top: 35px;
    left:-50px;
}
.picScroll-left2 .hd .next{
    background: url(../images/next.jpg) center center no-repeat;
    top: 35px;
    right:-50px;
}
.picScroll-left2 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left2 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left2 .hd ul li.on{ background-position:0 0; }
.picScroll-left2 .bd{ padding:10px;   margin-top: 35px;}
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1;
}
.picScroll-left2 .bd ul li{  float:left; _display:inline; overflow:hidden; text-align:center;margin:0 8px;width:285px; border:1px solid #eeeeee;height:160px;}
.picScroll-left2 .bd ul li .pic{ text-align:center;width:80%;margin:50px auto 0; }
.picScroll-left2 .bd ul li .pic img{ max-width:100%; display:block;   }
.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left2 .bd ul li .title{ line-height:24px;   }
.parterlist{
    padding:10px;
    width: 1220px;
}
.parterlist li{
  
    float: left;
    margin:0 8px 20px;
    width: 282px;
  height:150px;
  border:1px solid #eee;

display: table-cell;
        vertical-align: middle;
        text-align: center;

}

.parterlist li img{
  max-width:150px;
  vertical-align:middle;
display: inline-block; 
  margin-top:30px;
}